c# list contains null

117

c# list contains null -

if (myList.Any(i => i != null))
{
    DoSomeThing();
}

Comments

Submit
0 Comments